home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 6 / MacMania 6.toast / / Multimedia & Desktop / sk8 / SK8InJava / Code / Collections / TextVisitState.java < prev    next >
Encoding:
Java Source  |  1997-02-27  |  293 b   |  11 lines  |  [TEXT/CWIE]

  1. /*  SK8 © 1997 Apple Computer, Inc.
  2.     This code is protected under the current SK8 License
  3.     See http://sk8.research.apple.com/ for more information
  4.     Apple Research Laboratories
  5. */
  6.  
  7.  
  8. public class textvisitstate extends visitstate {
  9.     public text     mTC;
  10.     public int                 mCurrentPosition;
  11. }